mitsuhiko / frostbite2-stuff

Python libs for accessing Frostbite stuff
Other
34 stars 6 forks source link

After recent refactoring, examples don't run #3

Closed DHager closed 3 years ago

DHager commented 12 years ago
Traceback (most recent call last):
  File "listdogtags.py", line 5, in <module>
    from libfb2.sb import CASCatalog
ImportError: No module named libfb2.sb

Also, if someone simply clones the project to work on it, what is the "proper" way to run the examples? From within the examples directory, or from the parent directory? If the former, then how does the module search path get set correctly?