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

  • SEARCH
  • Home
  • 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 8550511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:57:58+00:00 2026-06-11T13:57:58+00:00

When building an app that is using sqlalchemy I get this error: creating python

  • 0

When building an app that is using sqlalchemy I get this error:

creating python loader for extension 'sqlalchemy.cprocessors'
error: /Users/paul/Source/Python/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/sqlalchemy/cprocessors.py: No such file or directory

I took a look in site packages and there is no cprocessors.py, but a cprocessors.so – so maybe it is just looking for the wrong extension

I tried adding "sqlalchemy.cprocessors" to the includes list in py2app but that hasn’t helped.

I was wondering if I can fool it by dropping an empty cprocessors.py in there while it builds, then swap it out afterwards for the so, but I’m sure there’s a better way and I’m not convinced that could even work

  • 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-06-11T13:57:59+00:00Added an answer on June 11, 2026 at 1:57 pm

    I resolved this after some time.

    The error was caused by calling setup multiple times in the same build script, and the state leaking between builds.

    The solution was to build each app into separate directories by setting the py2app options bdist_base and dist_dir

    OPTIONS = {
        ...
        "bdist_base": os.path.join("build",APP_NAME),
        "dist_dir": os.path.join("dist",APP_NAME)
    }
    
    setup(
        ...
        options={"py2app": OPTIONS}
        ...
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building an app that allows users to snap pictures using the iPhone camera,
I am building a django app that uses SQLAlchemy over MySQL. I am using
I'm building an app that needs to hide consecutive rows. Currently I'm using this:
I have a relatively small app that Im building using vb.net 2.0, and nant.
I'm building an app that allows users to view pictures off a website. I
We're building an app that sends email using our clients' servers. The servers have
I'm building an app that notifies user when new ThreadedComments appear. For this I'm
I'm building an Android app that resizes based on the screen size using different
I am building an App that fetches all entries a user has made this
I am building an App Engine app that uses OAuth to get a user's

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.