bmachiel
Newbie level 5
- Joined
- Jun 14, 2011
- Messages
- 10
- Helped
- 5
- Reputation
- 10
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,380
Can you give some instruction how to use this? I have not used Python scripts before, so I am not sure what I need to run your code?
curl -O http://raw.github.com/pypa/virtualenv/master/virtualenv.py
python virtualenv.py my_new_env
. my_new_env/bin/activate
easy_install pyx
easy_install substratestack
wget http://pypi.python.org/packages/source/s/substratestack/substratestack-0.2.tar.gz
tar xf substratestack-0.2.tar.gz
cd substratestack-0.2/examples
python example.py
Scripts\easy_install.exe pyx
Scripts\easy_install.exe substratestack
thanks for trying to help, but after installing Python and running ez_setup, I have no idea how to proceed.
I used to do a lot of programming for Windows, but this Python stuff is ... different. :sad:
cd C:\Program Files\Python27
Scripts\easy_install.exe pyx
Scripts\easy_install.exe substratestack
Open example.py (in the examples folder from the ZIP) and run it by pressing F5 (or using the menu).
yes, I am running on Windows 7 64bit. Your last post helped me to finally understand that easy_install will load all the required pieces for pyx and substratestack from the internet, and I do not have to load things manually before running.
easy_install.exe http://bmachiel.github.com/python-substratestack/substratestack-0.2-7-g105f.tar.gz
Install the new version by running easy_install like this (just like you did before). It should automatically take care of installing the ReportLab package.
ImportError: No module named reportlab.pdfgen
Try to easy_install "reportlab" first.
Brecht, thanks for your support, but I will give up at this point. There are too many dependencies and missing files, so I think it makes no sense to install all that stuff on Windows.
I have pointed some Sonnet people to your software and they might try on Linux. :grin:
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?