Jorgen Bodde wrote:
>
> Now for my question, when I want to distribute by tool with the least
> dependency for the user, can I with Py2Exe for example also include
> the PySqlite and wxPython inside the compiled python app?
If you don't know, sqlite3 is part and a std module in Python 2.5.
I was using 2.4 I wanted to upgrade now I know I need to
- Jorgen
···
On 9/22/06, jmf <jfauth@bluewin.ch> wrote:
Jorgen Bodde wrote:
>
> Now for my question, when I want to distribute by tool with the least
> dependency for the user, can I with Py2Exe for example also include
> the PySqlite and wxPython inside the compiled python app?
If you don't know, sqlite3 is part and a std module in Python 2.5.
Jean-Michel Fauth, Switzerland
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
I would advice for a little bit of research… there are a lot of modules out there that do not have yet packages for 2.5
If you just started out with python I would suggest to remain on 2.4 at least a couple of months before moving to 2.5.
If PySqlite can be simply installed as sub package of 2.4 then there
is no need to go for 2.5.
Regards,
- Jorgen
···
On 9/23/06, Peter Damoc <pdamoc@gmail.com> wrote:
On 9/22/06, Jorgen Bodde <jorgen.maillist@gmail.com> wrote:
> Thanks for that!
>
> I was using 2.4 I wanted to upgrade now I know I need to
>
I would advice for a little bit of research... there are a lot of modules
out there that do not have yet packages for 2.5
If you just started out with python I would suggest to remain on 2.4 at
least a couple of months before moving to 2.5.