Coder Social home page Coder Social logo

Comments (7)

micahcochran avatar micahcochran commented on July 24, 2024

It is choking on this line, from pyproj import _proj. This is where pyproj imports the Cython portion (which in C code interfaces with the C library PROJ.4).

I did properly add the source folders & eggs in pythonpath.

If you install with pip, You have less to worry about those types of details because it will compile it for you. Run C:\..> pip install pyproj

from pyproj.

farrukhqayum avatar farrukhqayum commented on July 24, 2024

Thanks Micah for a swift reply.

I did this and the standalone Python works fine. It is only the ECLIPSE issue. It does not recognize the pyproj path.

eclipse

from pyproj.

micahcochran avatar micahcochran commented on July 24, 2024

I don't have ECLIPSE installed. I've got two questions that *might* help.

What is the value of the variable pyproj.pyproj_datadir ?

Where is PROJ.4 installed on your box?

from pyproj.

farrukhqayum avatar farrukhqayum commented on July 24, 2024

Following your e-mail I used the pip installation without setting the PROJ.4. So, I assume it is using the src. Thus, I should not link it to the environment variable PROJ_DIR. With this installation, Python IDLE works fine as shown in the previous attachmen (bottom left). Eclipse does not!

However, I also have a standalone installation of PROJ.4 located under:

C:\Python27\Lib\site-packages\proj.4

The datadir file has the following contents.

if 'PROJ_DIR' in os.environ:
pyproj_datadir = os.environ['PROJ_DIR']
else:
pyproj_datadir = os.sep.join([os.path.dirname(file), 'data'])

image

Eclipse setup is like this:

image

from pyproj.

farrukhqayum avatar farrukhqayum commented on July 24, 2024

Resolution:

The main problem was the compilation of the PROJ.4. It was using ./configure in the cygwin.

Then I ran the preinstalled MSVC 8 command prompt via the start menu and ran nmake. It created the share/ folder in the installation path (set by editing the nmake*.opt file (INSTDIR = c:\Proj). After this, the eggs of pyproj were correctly build by running the pyproj (using python setup.py pyproj).

I have seen many users suffered in the Eclipse to properly do this.

from pyproj.

micahcochran avatar micahcochran commented on July 24, 2024

I'm glad you figure it out. Thanks for sharing the solution.

from pyproj.

snowman2 avatar snowman2 commented on July 24, 2024

Closing as solution found. Thanks for sharing!

from pyproj.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.