On Jun 9, 2005, at 9:27 AM, Brice Thurin wrote:

Hello, 

 I have been trying to install PyOxide but without success. First I tried the installation package but how I installed macpython2.4, it can't install it apparentely the installation package is looking for the 2.3 version. So I decided to build it. The build of IDEKit went well but then when I tried to build PyOxide I got the following error: 

 Building target “PyOXIDE” with build style “Development” (optimization:level ‘0’, debug-symbols:on) — (3 errors) 
 Missing file or directory: pyobjc-1.0b1/Examples/PythonBrowser/PythonBrowser.nib 
 Missing file or directory: pyobjc-1.0b1/Examples/PythonBrowser/PythonBrowserModel.py 
 Missing file or directory: pyobjc-1.0b1/Examples/PythonBrowser/PythonBrowser.py 


 on top of the error message I have got the following: 

 /Developer/Private/jam -d1 -j1 JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase JAMFILE=- build ACTION="" _DEFAULT_GCC_VERSION=3.3 BUILD_STYLE=Development CPP_HEADERMAP_FILE=/Users/bricethurin/Desktop/PyOXIDE/build/PyOXIDE.build/ExternalPython.build/ExternalPython.hmap SRCROOT=/Users/bricethurin/Desktop/PyOXIDE OBJROOT=/Users/bricethurin/Desktop/PyOXIDE/build SYMROOT=/Users/bricethurin/Desktop/PyOXIDE/build DSTROOT=/tmp/PyOXIDE.dst 

 What I found quite suprising it is that I installed PyObjC 1.3.6 and is looking for 1.0b1 

 Could you tell me what I am doing wrong? 

Using source that isn't on my machine?

Seriously, I've made a bunch of changes (some small bug fixes, other build issues), and I've got a version that compiles and runs (mostly) for Python 2.4.1/PyObjC 1.3.6.  I don't have the sources handy (I'm at WWDC) but I can get you a built version if you want.  Otherwise, you should be able to go into the various project/item settings and adjust the paths accordingly to get it built (this won't get you some of the bug fixes, but I think it should otherwise work with 2.4.1)

On the other hand, if you're needs aren't pressing, wait for the next version, which will have a significant reorg (built via the PyObjC XCode templates and py2app).

I will release the interim source some time after I get back from WWDC, but this will be a purely stop gap version until I can get the reorg done.


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to