POV-Ray : Newsgroups : povray.unix : Unable to import povray in python : Unable to import povray in python Server Time
24 Apr 2024 20:57:47 EDT (-0400)
  Unable to import povray in python  
From: Florent
Date: 7 Nov 2014 08:15:01
Message: <web.545cc4b1b82257bf5fe92c6f0@news.povray.org>
Hello,

The program I use to model particle interactions provides visualization through
povray. Despite my best attempts, I can' import povray into python 2.7.8 on
Ubuntu 14.10:

$  python
Python 2.7.8 (default, Oct 20 2014, 15:05:29)
[GCC 4.9.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import povray
Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
ImportError: No module named povray
>>>


I first tried using the prepackaged version from apt-get, then uninstalled it
and manually compiled the github library. Same non-result, but povray seems to
be installed just fine.

Any help would be greatly appreciated !
Florent


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.