AutomatedTester / browsermob-proxy-py

A python wrapper for Browsermob Proxy
http://oss.theautomatedtester.co.uk/browsermob-proxy-py
236 stars 104 forks source link

problem with import in python 3 #29

Closed MarxUa closed 9 years ago

MarxUa commented 10 years ago

I try to: import browsermobproxy

but have: Traceback (most recent call last): File "C:/Users/Myalee/Desktop/Prog/JetBrains PyCharm 3.4.1/Json/selenium_second.py", line 1, in import browsermobproxy File "C:\Python34\lib\site-packages\browsermobproxyinit.py", line 3, in from server import Server ImportError: No module named 'server'

It's work fine in python 2.7, but not in 3.4

SenadI commented 9 years ago

I can confirm this.

AutomatedTester commented 9 years ago

Is this still an issue. My tests on travis are passing. Please reopen if it is still an issue