Thread: How can I use a custom Python class in an embedded Python Interpreter

  1. #1
    Registered User
    Join Date
    Aug 2021
    Posts
    1

    How can I use a custom Python class in an embedded Python Interpreter

    So I know how to make an embedded Python Interpreter and I know how to compile a Python class type, but I want to include the class in my app without requesting that someone add a path to their environment variables. I would like to just add the class into the Interpreter. I have documentation for reference. I just need to know how I would do it differently.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    And your C++ question is what exactly?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Difference between Python 2 and Python 3?
    By OMG its Ali in forum Tech Board
    Replies: 3
    Last Post: 03-18-2014, 08:06 PM
  2. Python to C++
    By adr in forum C++ Programming
    Replies: 2
    Last Post: 12-07-2011, 03:37 PM
  3. Python
    By mart_man00 in forum Tech Board
    Replies: 7
    Last Post: 10-06-2003, 07:24 AM
  4. anyone here knows Python ?
    By black in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 09-11-2002, 08:49 AM
  5. Python
    By Xterria in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 05-05-2002, 04:08 PM

Tags for this Thread