Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Import error  (Read 4035 times)

0 Members and 1 Guest are viewing this topic.

Rennnyyy

  • Newbie
  • *
  • Posts: 8
    • View Profile
Import error
« on: February 28, 2013, 04:59:56 pm »
Hey guys,

I'm new to the Python SFML project. I already used the C++ version of SFML without any problems, but I have problems with the Python version. I downloaded the SDK and built it properly with Visual C++ 2008 and Python2.6. I'm running Windows 7 x64.

When I try to import the sf-module with "from PySFML import sf" nothing happens. The process is running and running and running, but no error occurs or something else happens. It's like when you have an empty "while True: pass" loop.

Some ideas how to fix that problem, or what I'm doing wrong?

Furthermore I tried the precompiled and linked files from the download page and I got the same error.

Greets,

Rennnyyy

 

anything