[Pythonmac-SIG] wxpython frames aren't raised on top

2009-10-22 Thread Gabriel Rossetti
Hello everyone, on Mac, my frames aren't raised on top of the window stack even when I do Show() & Raise(). If I set the style to wx.STAY_ON_TOP, but then if I get a msg dialog it freezes and I get the wheel of death, I suspect it is because they both want to be on top. This doesn't pos any pr

Re: [Pythonmac-SIG] Lanchd + virtualenv

2009-09-30 Thread Gabriel Rossetti
Ronald Oussoren wrote: On 25 Sep, 2009, at 14:56, Gabriel Rossetti wrote: Hello everyone, I would like to create a Launchd plist entry to start a virtualenv and run a python project. I created my plist, but I'm not sure how to get it to activate the virtualenv and run the program. U

Re: [Pythonmac-SIG] [wxPython-users] Re: building wxPython on Mac OS X (10.5)

2009-09-25 Thread Gabriel Rossetti
Robin Dunn wrote: On 9/24/09 6:46 AM, gabriel.rosse...@arimaz.com wrote: it appears linked with the wrong version of /usr/lib/libwx_macud-2.8.0.dylib, is that correct? Yes. If so, how can I fix it? Double check the wxWidgets build and install steps. It should have used

Re: [Pythonmac-SIG] Lanchd + virtualenv

2009-09-25 Thread Gabriel Rossetti
activate_this)) On 25 Σεπ 2009, at 3:56 μ.μ., Gabriel Rossetti wrote: > Hello everyone, > > I would like to create a Launchd plist entry to start a virtualenv > and run a python project. I created my plist, but I'm not sure how > to get it to activate the virtualenv and run th

Re: [Pythonmac-SIG] Lanchd + virtualenv

2009-09-25 Thread gabriel . rossetti
tualenv/bin/activate_this.py' if os.path.exists(activate_this): execfile(activate_this, dict(__file__=activate_this)) On 25 Σεπ 2009, at 3:56 μ.μ., Gabriel Rossetti wrote: > Hello everyone, > > I would like to create a Launchd plist entry to start a virtualenv > and

[Pythonmac-SIG] Lanchd + virtualenv

2009-09-25 Thread Gabriel Rossetti
Hello everyone, I would like to create a Launchd plist entry to start a virtualenv and run a python project. I created my plist, but I'm not sure how to get it to activate the virtualenv and run the program. I thought that maybe I could create two emtries : http://www.apple

Re: [Pythonmac-SIG] Compiling libhid with python support : configure can't link to test program

2009-09-09 Thread Gabriel Rossetti
Gabriel Rossetti wrote: Hello everyone, I would like to compile libhid (because I couldn't find it already compiled) on mac os x 10.5.x. When I run configure it dies saying it can't link against my python lib and that it may be installed in an alternative location or that I need to

[Pythonmac-SIG] Compiling libhid with python support : configure can't link to test program

2009-09-09 Thread Gabriel Rossetti
Hello everyone, I would like to compile libhid (because I couldn't find it already compiled) on mac os x 10.5.x. When I run configure it dies saying it can't link against my python lib and that it may be installed in an alternative location or that I need to install a dev version of python. I

Re: [Pythonmac-SIG] py2app & multiprocessing

2009-08-20 Thread Gabriel Rossetti
pp : https://svn.sat.qc.ca/trac/rawmaterials/browser/trunk/src/make_app.sh I would say the problem is probably more about multiprocessing than wx and twisted. Using subprocess, or pexpect, or commands might be a better idea. a 2009/8/14 Gabriel Rossetti : Christopher Barker wrote: Gabriel Ross

Re: [Pythonmac-SIG] py2app & multiple executable files with a main launcher

2009-08-14 Thread Gabriel Rossetti
Christopher Barker wrote: Gabriel Rossetti wrote: I am trying to bundle an application I wrote usinf py2app. The application has a launcher "launcher.py" and a Python script "main.py" that calls the launcher several times in sub-processes with diff args. I wanted to do s

Re: [Pythonmac-SIG] py2app & multiprocessing

2009-08-14 Thread Gabriel Rossetti
Christopher Barker wrote: Gabriel Rossetti wrote: no SSH, nothing) and I have to had reboot it. It uses a combination of Twisted and wxPython and is rather large, so I don't know where this comes from, it could be wx, twisted or the two together. It's probably not wx -- it is used

Re: [Pythonmac-SIG] py2app & multiprocessing

2009-08-12 Thread Gabriel Rossetti
tually had to move all of the multiprocessing to an external process launched with Popen. dan On Aug 12, 2009, at 10:41a, Gabriel Rossetti wrote: Hello everyone, I am trying to use py2app with multiprocessing but it doesn't work correctly, I get this : ImportError: '/Syste

[Pythonmac-SIG] py2app & multiprocessing

2009-08-12 Thread Gabriel Rossetti
Hello everyone, I am trying to use py2app with multiprocessing but it doesn't work correctly, I get this : ImportError: '/System/Library/Frameworks/Python.framework/Versions/2.5/lib-dynload/multiprocessing/_multiprocessing.so' not found I don't understand why it is looking for that there sin

[Pythonmac-SIG] py2app & multiple executable files with a main launcher

2009-08-12 Thread Gabriel Rossetti
Hello, I am trying to bundle an application I wrote usinf py2app. The application has a launcher "launcher.py" and a Python script "main.py" that calls the launcher several times in sub-processes with diff args. I successfully did this with py2exe for windows. I had py2exe generate "launcher.