Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Rcladd
Follow
New posts
New posts and comments
Total activity
12
Last activity
January 31, 2017 16:18
Member since
January 26, 2017 21:26
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (10)
Rcladd
commented,
January 31, 2017 16:18
OK, I'll do that. Can I reference this support ticket in YouTrack?
Community
PyCharm
PyCharm Runserver command issues
0 votes
Rcladd
commented,
January 31, 2017 16:14
OK, I created a new PyCharm project `wand_test` using a virtualenv I created in PyCharm. I did pip install wand from the command line (since I cannot open a terminal in PyCharm). Then this file: fr...
Community
PyCharm
PyCharm Runserver command issues
0 votes
Rcladd
commented,
January 31, 2017 14:46
When I run from ./manage.py outside of PyCharm I get: SystemError: Bummer
Community
PyCharm
PyCharm Runserver command issues
0 votes
Rcladd
commented,
January 31, 2017 13:46
I don't have a Settings | Terminal. But if I go to File | Default settings | Tools | Terminal I see that Shell path is pointing to a file that doesn't exist: /venv/app_name/bin/terminalactivate Wha...
Community
PyCharm
PyCharm Runserver command issues
0 votes
Rcladd
commented,
January 31, 2017 13:28
I've run from the PyCharm console, and it fails (see above) When I try to open the terminal window from PyCharm, I get an error: Can't Open Local Terminaljava.io.IOException: Exec_tty error:Unknown...
Community
PyCharm
PyCharm Runserver command issues
0 votes
Rcladd
commented,
January 27, 2017 20:25
Hmm, I'll check for try/except in wand. The PATH appears to be the same, as far as I can tell. I posted sys.path above. In both cases, the ImageMagic library is located at /usr/local/lib/libMagickW...
Community
PyCharm
PyCharm Runserver command issues
0 votes
Rcladd
commented,
January 27, 2017 20:00
@Ilya, Thanks for your reply. "SysPath sometimes affects some libraries. E.g. library may need some external plugin and fail to find it due to incorrect sys.path." If the library were not found, it...
Community
PyCharm
PyCharm Runserver command issues
0 votes
Rcladd
commented,
January 27, 2017 15:47
Here's some more info: When I run from CLI and use `pdb.set_trace()` to check the value of `all_pages` i get this (Pdb) p all_pages<wand.image.Image: 3da0549 'PDF' (612x792)> But when I do the same...
Community
PyCharm
PyCharm Runserver command issues
0 votes
Rcladd
commented,
January 27, 2017 15:08
When I run it as a bare python script in PyCharm it fails with exactly the same error. Traceback (most recent call last): File "<input>", line 1, in <module> File "/Users/rcladd/PycharmProjects/pyc...
Community
PyCharm
PyCharm Runserver command issues
0 votes
Rcladd
commented,
January 27, 2017 14:37
I actually doubt it's a syspath, since I would get an error when calling or even importing wand, right? There's no error at all until the attempt to sequence the empty wand.image object, which is j...
Community
PyCharm
PyCharm Runserver command issues
0 votes