For Ubuntu or similar Linux derivatives you can just type the following in your console:
sudo apt-get install python-setuptools
regards,
Kay
FMicchetti
unread,
Aug 1, 2013, 9:38:40 AM8/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pynastra...@googlegroups.com
Thank you Kay,
I got a new error now: No local packages or download links found for numpy>=1.3.0
but I think I did install numpy.
kay
unread,
Aug 1, 2013, 9:42:10 AM8/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pynastra...@googlegroups.com
What system are you using?
FMicchetti
unread,
Aug 1, 2013, 9:48:37 AM8/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pynastra...@googlegroups.com
WinXP 64. Trying to install in a Python 2.7.
My final target is to actually use pynastran from IronPython; is that possible at all?
kay
unread,
Aug 1, 2013, 9:56:09 AM8/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pynastra...@googlegroups.com
You can check your numpy version with
import numpy as np
print np.__version__
You did not precisely tell me where the error with numpy occured. during installation of setuptools? during installation of pyNastran?
FMicchetti
unread,
Aug 1, 2013, 10:01:29 AM8/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pynastra...@googlegroups.com
sorry for not being precise.
I get the error while installing pynastran.
But I actually think I had an issue with numpy installation.... Python does not find numpy module.
In order to install numpy I downloaded the numpy-1.7.0.zip package, installed the g77 compiler and run: python setup.py build --fcompiler=gnu as specified in the INSTALL.txt file.
Maybe there's something wrong with this procedure on my PC.
kay
unread,
Aug 1, 2013, 10:20:46 AM8/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message