Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6190159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:32:13+00:00 2026-05-24T02:32:13+00:00

On Windows 7, running Python 2.7, python setup.py install installs python-money , but doesn’t

  • 0

On Windows 7, running Python 2.7, python setup.py install installs python-money, but doesn’t install the included money.django package.

The setup.py file can be found here. I’ve included it below for convenience:

import os
from setuptools import setup

def read(fname):
        return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(
        name = "python-money",
        version = "0.6",
        author = "Jordan Dimov",
        author_email = "s3x3y1@gmail.com",
        maintainer = "Ben Coughlan",
        maintainer_email = "ben.coughlan@gmail.com",
        description = ("Data classes to represent Money and Currency types"),
        license = "BSD",
        keywords = "money currency",
        url = "http://code.google.com/p/python-money",
        packages = ['money', 'money.django'],
        long_description = read('README.txt'),
        classifiers = [
                "Development Status :: 4 - Beta",
                "Environment :: Plugins",
                "Environment :: Other Environment",
                "Framework :: Django",
                "Operating System :: OS Independent",
                "Intended Audience :: Developers",
                "Intended Audience :: Financial and Insurance Industry",
                "License :: OSI Approved :: BSD License",
                "Programming Language :: Python",
                "Topic :: Office/Business :: Financial",
        ]
)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T02:32:14+00:00Added an answer on May 24, 2026 at 2:32 am

    Use packages = find_packages(). It should automatically pick up your packages. You can even run find_packages() and copy-paste it’s output into setup.py — this way you’ll know what you’re doing wrong.

    http://peak.telecommunity.com/DevCenter/setuptools#using-find-packages

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to install bitarray in Windows running python 2.6. I have mingw32
I ran python setup.py install in a Windows XP console, and it reported as
I'm trying to setup a custom site-package directory (Python 2.6 on Windows Vista). For
Hey I have a windows server running python CGI scripts and I'm having a
I am running a windows machine have installed Python 2.5. I also used the
I'm running Windows 7, Python 2.6.4 and the latest version of Eclipse. I downloaded
I'm trying to install the cx_Oracle for Python 2.6, but it is failing. I
I'm trying to install Swish-E ,but unfortunately a windows installer is not present so
I'm running Python 2.7 on Windows 7 64-bit, and when I run the installer
I'm running Python 2.6.1 on Windows XP SP3. My IDE is PyCharm 1.0-Beta 2

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.