[SE|PY-macdev] Starting to install Sepy fron scratch again
Brought to you by:
sephiroth_tmm
From: Andrew B. <and...@bl...> - 2005-03-02 18:45:59
|
Hey, I got a new machine, and so I am not sure what I'm doing wrong when staring to install Sepy again. I'm on a G5 with OS X 10.3.8. Here are the files/folders I've got so far: drwxr-xr-x 4Suite drwxr-xr-x PyXML-0.8.4 -rw-r--r-- PyXML-0.8.4.tar.gz drwxr-xr-x Python-2.4 -rw-r--r-- Python-2.4.tgz drwxr-xr-x SciTE drwxr-xr-x psyco-1.4 -rw-r--r-- psyco-1.4-src.tar.gz drwxr-xr-x pyRXP-1.05-20050227 -rw-r--r-- pyRXP-1.05-daily-unix.tgz Do I have anything here I don=B9t need or am I missing something? I followed the installation tutorial again: http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20inst= a llation Everything happened without any problems that I noticed. Here=B9s the error = I get when I run: pythonw2.3 main.pyw Traceback (most recent call last): File "main.pyw", line 21, in ? from SEPY import main File "/Users/andrewblair/tmp/sepy_compile/SciTE/SEPY.py", line 51, in ? from About import title as About_title File "/Users/andrewblair/tmp/sepy_compile/SciTE/About.py", line 9, in ? import pyRXP ImportError: No module named pyRXP If I installed Python 2.4 (see the list above), then does it make sense to execute =8Cpythonw2.3=B9 ? Last time I went through all this on another machine, I got really close to a full working version. It launched and the only thing that I couldn=B9t=B9 get to work was my command keys (copy/paste etc.) are those problems resolved now? Thanks! Andrew |