[CentralOH] Anyone heard of executil
Bryan Harris
harrisbw at notes.udayton.edu
Thu Feb 26 05:02:34 CET 2009
Chris,
I pulled the included archive from an rpm at:
http://fedora.inode.at/fedora/linux/development/i386/os/Packages/rhpl-0.219-1.i386.rpm
I tried alien to generate a deb, but it installed in the python2.6 directory
which I don't have. I then took the contents of the archive I have included
and stuck it in my /usr/lib/python2.5/site-packages
I only tested 1 function to make sure it worked properly, but it did work. If
there's any python 3 syntax in there this could give you errors.
So to sum up, do this:
cd /usr/lib/python2.5/site-packages
tar zxvf <path-to>rhpl.tar.gz
cd ~
cat test_executil.py
python test_executil.py
If the test script lists the contents of your directory, then it works the
same for you as it did for me.
Have fun,
Bryan
--
Bryan Harris
Research Engineer
Structures and Materials Evaluation Group
harrisbw at notes.udayton.edu
http://www.udri.udayton.edu/
(937) 229-5561
On Wednesday 25 February 2009 17:47:52 you wrote:
> I am trying to execute a python script, but I get an error that says no
> module named executil. The script has the line 'import executil' . I have
> searched high and low for this module, including my Ubuntu repositories. I
> have python 2.4 and 2.5 installed. Could this module be part of an earlier
> version? Any help would be appreciated.
>
> Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rhpl.tar.gz
Type: application/x-compressed-tar
Size: 119434 bytes
Desc: not available
URL: <http://mail.python.org/mailman/private/centraloh/attachments/20090225/a0568f95/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rhpl-0.219-1.i386.rpm
Type: application/x-rpm
Size: 232589 bytes
Desc: not available
URL: <http://mail.python.org/mailman/private/centraloh/attachments/20090225/a0568f95/attachment-0003.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_executil.py
Type: text/x-python
Size: 84 bytes
Desc: not available
URL: <http://mail.python.org/mailman/private/centraloh/attachments/20090225/a0568f95/attachment-0001.py>
More information about the CentralOH
mailing list