Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by freddypyther

  1. freddypyther

    Problem with py2exe

    Hi there!! I'm new to this forum, nice to join here with you! I'm trying to get a .exe of a simple program I've done: (renaming.py): import os top=raw_input("directorio: ") def getNewName(name): return name.lower() for root, dirs, files in os.walk(top, topdown=False): for name...

Part and Inventory Search

Back
Top