New issue 2138: Command line Pypy cannot locate a non-English characters folder for import causeing ImportError https://bitbucket.org/pypy/pypy/issues/2138/command-line-pypy-cannot-locate-a-non
Ofir Shwartz: Hello, My project is built of several files, which I'm importing from the main file using: *from xxx import ** The project is located in a sub-folder where some non-English characters exists in its path. The problem is from command line: When running from the command line: ***pypy projectname.py*** gets an ImportError, while: ***python projectname.py*** runs correctly. Pypy probably cannot locate a path that includes non-English characters. When running from **within** the pypy environment (using "import projectname") things are ok. Attached a screenshot of everything I described; the non-English letters are Hebrew, but I guess that it's not unique to that language.  _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue