vrProjector icon indicating copy to clipboard operation
vrProjector copied to clipboard

Cannot import vrprojector into python command

Open uniquelyesmel opened this issue 8 years ago • 2 comments

HI I get this error

Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.

import vrProjector Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'vrProjector'

uniquelyesmel avatar Jan 15 '17 14:01 uniquelyesmel

@uniquelyesmel: In the way the package is currently structured, you might want to add the directory directory containing vrProjectorCmd.py to PYTHONPATH, then I think it should work.

KelSolaar avatar Jan 15 '17 18:01 KelSolaar

I'm working on making this package pip installable so hopefully this issue should just go away.

Hang in there :]

bhautikj avatar May 15 '19 20:05 bhautikj