how about I do a
sys.path.append ("/Library/Python/2.6/site-packages")
in my main?
On Jan 23, 2011, at 8:04 PM, Aahz wrote:
> On Sun, Jan 23, 2011, michael ferraro wrote:
>>
>> I am running MacOS X 10.6.6 I started out using the system python 2.6. I
>> built the
>> 3d extensions (Py
On Sun, Jan 23, 2011, michael ferraro wrote:
>
> I am running MacOS X 10.6.6 I started out using the system python 2.6. I
> built the
> 3d extensions (PyQt, numpy, PyOpenGL &c) and they are installed in
> /Library/Python/2.6/site-packages
>
> As I expected. My app runs fine when invoked d
I have seen various posts regarding this problem over the years but I flummoxed
by how I got here and what to do now that I am.
I am running MacOS X 10.6.6 I started out using the system python 2.6. I built
the
3d extensions (PyQt, numpy, PyOpenGL &c) and they are installed in
/Library/
I eliminated the 1st of my problems by turning off argv_emulation. That takes
care of the Evt.TickCount problem .
But I am running afoul of the site-packages problem when I run the built app
I will repost as an new thread for clarity
m
On Jan 22, 2011, at 9:34 PM, michael ferraro wrote:
> H