psychoone7 / pyftpdlib

Automatically exported from code.google.com/p/pyftpdlib
Other
0 stars 0 forks source link

Cannot import name main on Windows #289

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Python 3.3 on Windows Server 2012 R2
2. Install setuptools 3.6 (in order to use easy_install)
3. Run easy_install pyftdlib
4. Run 'python -m pyftpdlib.ftpserver'

What is the expected output?
- a FTP server should be started

What do you see instead?
- the DeprectionWarning is raised on ftpserver.py:54: pyftpdlib.ftpserver 
module is deprecated, but the execution fails with an ImprtError: cannot import 
name main (ftpserver.py line 89)

What version of pyftpdlib are you using? On what operating system? Which
Python version?
- OS: Windows Server 2012 R2, Python 33, pyftpdlib-1.3.1-py3.3.egg

Please provide any additional information below.

Original issue reported on code.google.com by cristi.a...@gmail.com on 8 May 2014 at 7:22