Karimone

Avatar
  • Total activity 18
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 6
  • Created

    path not correctly generated for the class test

    Hello, I'm using the last version of Pycharm (2019.1.2) on Linux. myprojectfolder --- project    ---- src        --- pkg1          --- test               ---- test_mod1           --- mod1   When I ...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    python console and auto import not working for my project's code

    Answered
    I love use the python console, but the auto import is not working as in the editor. I can get the discovery of the class I want to use, but the `from myModule import MyClass` is not automatically a...
    • 2 followers
    • 2 comments
    • 0 votes
  • Edited

    Search for a class in the project and import

    Answered
    Hello, I'm trying to get the suggestion working when I'm trying to use a function or a class that is not actually imported.   if I start typing something, the Auto Import show me the class/function...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Console focus lost after every command

    Answered
    Hello, when I use the console during the debugging, the focus is lost after every execution. Very annoying, I must click every time on the debug again to get back the prompt. I guess is something r...
    • 2 followers
    • 2 comments
    • 0 votes