Advertisement
technologiclee

Nanoengineer-1 Fedora .rpm run error

Sep 12th, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. #Following instructions from:
  2. #https://groups.google.com/forum/#!searchin/nanoengineer-dev/fedora/nanoengineer-dev/HZR3famM48o/joNuzj7cU4kJ
  3. #wget http://fitzsim.org/packages/NanoEngineer-1-1.1.1.12-0.3.fc12.src.rpm
  4. #rpm2cpio NanoEngineer-1-1.1.1.12-0.3.fc12.src.rpm | cpio -idv
  5.  
  6. #Installing on Fedora 22-3
  7.  
  8. [liveuser@localhost src]$ python main.py
  9.  
  10. starting NanoEngineer-1 in [/home/liveuser/ne1/cad/src], Sat Sep 12 08:27:41 2015
  11. using Python: 2.7.9 (default, Apr 15 2015, 12:08:00)
  12. [GCC 5.0.0 20150319 (Red Hat 5.0.0-0.21)]
  13. on path: /usr/bin/python
  14. Version: NanoEngineer-1 v1.1.1
  15. (running a GPL distribution)
  16. enabling developer features
  17. Traceback (most recent call last):
  18. File "main.py", line 142, in <module>
  19. _start_NE1()
  20. File "main.py", line 137, in _start_NE1
  21. startup_script( _main_globals )
  22. File "/home/liveuser/ne1/cad/src/ne1_startup/main_startup.py", line 124, in startup_script
  23. from PyQt4.Qt import QApplication, QSplashScreen
  24. ImportError: No module named PyQt4.Qt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement