Get-You on a 64bit OS?

Asked by Raybuntu

Is it possible to run get-you on a 64bit OS?

Question information

Language:
English Edit question
Status:
Solved
For:
Get-You Edit question
Assignee:
No assignee Edit question
Solved by:
Walter
Solved:
Last query:
Last reply:
Revision history for this message
Best Walter (moepot) said :
#1

Because .py-files aren't compiled (binary files), they run without any changes under 64bit operating systems. The only thing this system needs (like 32-bit) is a python interpreter.
When you install a .deb-file (generated with setup.py and alien), there are .py-files under "/usr/lib/python2.5/site-packages/getyou". Because of this I think .deb-files are also cross platform!

Revision history for this message
Raybuntu (raybuntu) said :
#2

Thanks Remo Wenger, that solved my question.