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

No Module named ConfigParser #18

Open
IntelligentFunction opened this issue Nov 5, 2019 · 2 comments
Open

No Module named ConfigParser #18

IntelligentFunction opened this issue Nov 5, 2019 · 2 comments

Comments

@IntelligentFunction
Copy link

Is this going to be updated at some point as ConfigParser has been renamed to configparser if it hasn't been deprecated already.

@jcwork
Copy link

jcwork commented Jan 17, 2020

FYI, using python 3.6.8 on Windows, and as well as the error above, getting another failure for cStringIO...

`Traceback (most recent call last):
File "./stbt-docker", line 85, in
import ConfigParser
ModuleNotFoundError: No module named 'ConfigParser'

Traceback (most recent call last):
File "./stbt-docker", line 98, in
from cStringIO import StringIO
ModuleNotFoundError: No module named 'cStringIO'`

@drothlis
Copy link
Contributor

stbt-docker hasn't been ported to Python 3.

You can run Python 3 inside the docker container, but stbt-docker itself (the script that builds & launches the container) requires Python 2.

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

3 participants