JeremyBYU / bpyproj

A blender add-on for Map Projections
GNU General Public License v3.0
5 stars 1 forks source link

testing bpyproj #7

Closed vvoovv closed 6 years ago

vvoovv commented 6 years ago

binaries have been successfully copied for me without running Blender under administrator (I use zip-distribution of Blender instead of installer).

But then it didn't work

I called import pyproj in the Python Console of Blender and got:

Traceback (most recent call last):
  File "<blender_console>", line 1, in <module>
  File "D:\software\blender-2.79b-windows64\2.79\python\lib\site-packages\pyproj\__init__.py", line 51, in <module>
    from pyproj import _proj
ImportError: cannot import name '_proj'

Maybe something else is missing?

JeremyBYU commented 6 years ago

Yes, you don't need administrator if you are not installed in C:\Program Files. However I would wager must people just click the installer.

Hmm...can you tell me what OS and architecture you are using. Its clearly copied something correctly. Right now I only have x64, python 3.5 for bundled for Windows.

JeremyBYU commented 6 years ago

Ha I think I just figured out what it was! My .gitignore file needs a special rule to allow build artifacts for the binary folder.

Just fixed and pushed update.

JeremyBYU commented 6 years ago

As a note, it does look like most windows users (80%) use the MSI installer. However something a little disconcerting is that about 20% of the user still use Win32. Maybe I should bundle that dependency too....

image

Source: https://www.blender.org/media-exposure/over-half-a-million-downloads-per-month/

vvoovv commented 6 years ago

all dependencies seem to be there now