GithubHelp home page GithubHelp logo

Comments (7)

pwwang avatar pwwang commented on May 13, 2024

Could you indicate the environment you ran the code? For example, python REPL, ipython, python script file, etc.

from python-varname.

xCqrbon avatar xCqrbon commented on May 13, 2024

it was a python script file

from python-varname.

pwwang avatar pwwang commented on May 13, 2024

Sorry, didn't see that you were using pyscripter IDE. I am not a user of it and am not sure how it runs code. My guess is that it uses something like eval, which we can't retrieve the source from, or its other functions stop us from retrieving the source.

from python-varname.

xCqrbon avatar xCqrbon commented on May 13, 2024

i see. thank you

from python-varname.

xCqrbon avatar xCqrbon commented on May 13, 2024

just one last thing, ignoring this specific IDE's issue, if i turn the file into an executable using PyInstaller, will there be any problems?

from python-varname.

pwwang avatar pwwang commented on May 13, 2024

By default, we can't retrieve the source code, since PyInstaller compiles the source into .pyc files.
However, there seems to be tricks to do this:

https://stackoverflow.com/a/63448585/5088165

See if you want to give it a try.

from python-varname.

xCqrbon avatar xCqrbon commented on May 13, 2024

thank you very much! have a good day

from python-varname.

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.