Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

ImportError: no module named '_version' in Python 3.3 #71

Closed
yong27 opened this issue Apr 13, 2013 · 7 comments
Closed

ImportError: no module named '_version' in Python 3.3 #71

yong27 opened this issue Apr 13, 2013 · 7 comments

Comments

@yong27
Copy link

yong27 commented Apr 13, 2013

I do not know why ImportError is occurred in Python 3.3

@LEW21
Copy link

LEW21 commented Apr 14, 2013

Quick fix:

In bootstrap_toolkit/init.py
Replace:

from _version import __version__

with:

from ._version import __version__

@dyve
Copy link
Owner

dyve commented Apr 15, 2013

Fixed

@dyve dyve closed this as completed Apr 15, 2013
@dyve dyve mentioned this issue Apr 15, 2013
@dyve
Copy link
Owner

dyve commented Apr 15, 2013

Thanks for the report and the fix @yong27

@roadbecri
Copy link

please i don't have boostrap.. but i got a same problem when i imported SOAPpy: ImportError: No module named 'version'.. so will you help me please..thanks you

@roadbecri
Copy link

please i forgot to tell i don't develop on django framework

@adriaant
Copy link

I'm not sure why you're requesting support here, because:

  1. This is an old expired repository
  2. This is not a repository that has anything to do with SOAPpy.

@ckommula
Copy link

When I try with SOAPpy, I am facing the same kind of issue, so I navigated to the location of "C:\Users\123\AppData\Local\Programs\Python\Python36-32\lib\site-packages\SOAPpy_init_.py" and edited like below but still facing the issue like:

Modified : from ._version import version

Error: ModuleNotFoundError: No module named 'SOAPpy._version'

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

6 participants