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.
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
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
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
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo