1

So I'm trying to see if Python adds language features that are easier to use in Linux for quick purposes like converting a raster to sectional image files and compressing them.

Trying to make this multi platform.

So the question then becomes, since I have a testing build location so as not to fuck up my host system, how do I point PyCharm to the python bindings AND the installed lib in its custom location ?

See this kind of setup information is something that would make getting started with things like this much easier and quicker.

Can't tell me there isn't a purpose for this. This seems like a reasonable use-case.

Comments
  • 0
    UGH

    so why didnt they just make it a right-click option in the project pane ?

    I have to know.
  • 0
    @mundo03 this is your language right ?
  • 0
    and that is also not right because I needed to select the subdirectory that has subdirectories that and init.py scripts in them or the interpreter just skips EVERYTHING

    AND WTF IS UP WITH A 120 CHAR LINE LIMIT ???
  • 0
    haha now there is a question as to whether it uses LD_LIBRARY_PATH OR PKG_CONFIG_PATH to find the shared object library it links against lol
  • 0
    So amazingly I went into the swig docs and the specific step I took try to correct the problem was listed along a very convenient if buried list of common problems

    So now I’m still wondering if it’s pycharm
  • 0
  • 0
    and oh yippedtee doo dah it works in the shell
    so the place where I changed the environment variables to fix this isnt taking for some reason.. sigh
  • 0
    and of course there is no other place to define these...
  • 0
    theres an update. maybe that fixes this.
Add Comment