The time now is Fri 24 May 2013, 14:56
All times are UTC - 4 |
| Author |
Message |
neurino

Joined: 15 Oct 2009 Posts: 360
|
Posted: Fri 13 Nov 2009, 19:27 Post subject:
wxPython 2.8.10.1 |
|
Hi, this evening I compiled from source my first "not straightforwad" library: the latest wxpython module (for python 2.5 at the moment)
I worked with a live puppy on a USB-key and wx source on another so I could wipe all away on errors (tip, the only important thing to do following wx build instructions is we definitively DON'T want to use OpenGL so remove --with-opengl flag from .configure etc etc)
It all worked and demos run great (not ALL tho), see screenshot.
Now I'd like to make a PET, to share too, maybe with my python2.5 PET too (it has no tk but really don't need it)
I read I must do make then | Code: | | new2dir make install | but wx install instructions are for 3 packages grouped this way in a .make file:
| Code: |
make $* \
&& make -C contrib/src/gizmos $* \
&& make -C contrib/src/stc $* |
then call
| Code: |
.make
.make install |
so can I do something like this?
| Code: | .make
new2dir .make install |
Moreover, after after .make install we're only half the way, python setup is needed:
| Code: |
python2.5 setup.py build_ext --inplace --debug WX_CONFIG=/mnt/sde1/wx/2.8/bin/wx-config BUILD_GLCANVAS=0 |
Can I anyway use, after that, dir2pet? Would it work???
Thanks for support, I'd be happy to make available the PET to all but haven't so much time to experiment.
| Description |
wxPython 2.8.10.1 living on puppy 4.3.1
|

Download |
| Filename |
screenshot.png |
| Filesize |
214.74 KB |
| Downloaded |
337 Time(s) |
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|
[ Time: 0.0361s ][ Queries: 12 (0.0033s) ][ GZIP on ] |