-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup.py (error) #13
Comments
The octal expression format changed with 3.x and the code wasn't changed to Dustin pip 8.1.1 from c:\program files\python35\lib\site-packages (python 3.5) Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:54:25) [MSC v.1900 64 bit The (error) in question : running install I tried to comment those lines and install it without pip, and I get this byte-compiling C:\Program What am I doing wrong? — |
Thanks! I'm going to try that Just a question for next time I see something like this, How do I know it was supposed to be octal? |
The number is preceded by a zero. It's a secret format used by some https://en.wikipedia.org/wiki/Leading_zero#0_as_a_prefix Dustin On Mon, May 9, 2016 at 1:08 PM, Shaaah [email protected] wrote:
|
Thanks again! I knew about 0o and 0x, but not about those -__- So ...
Becomes
Is that right? Tried it on a 2.7 console, it should be right. The differences between the leading 00 and 0 confused me a great deal, it should be the same everytime. Also it looks like there is no reasons not to change it to '0o' or '00'. |
Use the former. Change it on a local fork in a task-specific branch, make Thanks for the help, @Shaaah. On Mon, May 9, 2016 at 1:42 PM, Shaaah [email protected] wrote:
|
The (error) in question :
I tried to comment those lines and install it without pip, and I get this (error?) :
What am I doing wrong?
The text was updated successfully, but these errors were encountered: