Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Install huxley on Win7 NameError: name 'execfile' is not defined #60

Open
anth0nyc opened this issue Jun 23, 2014 · 1 comment
Open

Comments

@anth0nyc
Copy link

Win7 Pro Python34 - I am getting: NameError: name 'execfile' is not defined
note: also tried with Python 27 but it didn't have pip

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Al

C:\Users\Z003BXMW>pip install huxley
Downloading/unpacking huxley
Downloading Huxley-0.5.tar.gz
Running setup.py (path:C:\Users\Z003BXMW\Ap
Traceback (most recent call last):
File "", line 17, in
File "C:\Users\Z003BXMW\AppData\Local\T
execfile(os.path.join(DIRNAME, 'huxle
NameError: name 'execfile' is not defined
Complete output from command python setup
Traceback (most recent call last):

File "", line 17, in

File "C:\Users\Z003BXMW\AppData\Local\Temp\

execfile(os.path.join(DIRNAME, 'huxley',
NameError: name 'execfile' is not defined

@petehunt
Copy link
Contributor

This should work with Python 2. It does not work with Python 3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants