Hi,
I have successfully installed Plexconnect on my windows PC running windows 8.0.
Yesterday I removed windows 8 and i have installed windows 7. I am struggling to install plexconnect.
I followed the same procedure as described in "https://github.com/ibaa/plexconnect/wiki".
Plex server is running fine. I am able to watch movies using media manager on my desktop and also from my ipad.
Plexconnect.log contains the following:
18:22:22 PlexConnect: started: 18:22:22
18:22:22 PlexConnect: Version: 0.3.1+
18:22:22 PlexConnect: Python: 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit (AMD64)]
18:22:22 PlexConnect: Host OS: win32
18:22:22 PlexConnect: IP_self: 172.16.0.2
18:22:22 PlexConnect: DNSServer not alive. Shutting down.
18:22:22 PlexConnect: Shutting down.
18:22:22 PlexConnect: shutdown
18:22:22 PlexConnect: shutdown
when I tried to run Plexconnect.py from windows terminal in Administrator mode i get the following:
C:\Program Files (x86)\PlexConnect-master>python plexconnect.py
18:22:22 PlexConnect: ***
18:22:22 PlexConnect: PlexConnect
18:22:22 PlexConnect: Press CTRL-C to shut down.
18:22:22 PlexConnect: ***
18:22:22 PlexConnect: started: 18:22:22
18:22:22 PlexConnect: Version: 0.3.1+
18:22:22 PlexConnect: Python: 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500
64 bit (AMD64)]
18:22:22 PlexConnect: Host OS: win32
18:22:22 PlexConnect: IP_self: 172.16.0.2
Traceback (most recent call last):
File "", line 1, in
File "c:\python27\lib\multiprocessing\forking.py", line 380, in main
prepare(preparation_data)
File "c:\python27\lib\multiprocessing\forking.py", line 489, in prepare
file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named plexconnect
18:22:22 PlexConnect: DNSServer not alive. Shutting down.
18:22:22 PlexConnect: Shutting down.
18:22:22 PlexConnect: shutdown
18:22:22 PlexConnect: shutdown
I tried searching Plex Forums but did not find any solution.
Can anyone help me?