Giter Site home page Giter Site logo

Comments (4)

Shaafihiy avatar Shaafihiy commented on May 18, 2024 1

i try importing the following
import org.opensim.utils as utils
i got an error saying 'No module named org'
someone assist me on this please

from transcrypt.

JdeH avatar JdeH commented on May 18, 2024

Hi,
You don't have to import Transcrypt, it's a compiler, not a library.
After installing it (no pip currently, just copy and extract after downloading from PyPi, see docs), you use it like this:

transcrypt .py

You then get several JS files and a parse tree in the javascript directory.
Don't let this confuse you, you only need .js or <\myFileName.min.js> to put your project to the web.
If you want to make a Transcrypt library rather than an application, you can either distribute .py, or the compiled module file .mod.js.

The .mod.js file is the code for your main module.
The .js and .min.js include the Transcrypt runtime and any encapsulated JS libs, in prettyprinted and minified form respectively.
Note that you don't have to encapsulate or even include the JS libs, you can load them on the fly from a CDN as usual.
But the Transcrypt runtime is always included, since joined minification gives smaller files due to identifier shortening. Other Transcrypt modules are included automatically but only if they are actually used.

Maybe it's best to start out by compiling and running the hello.py demo, and then make small alterations and building it out from there.

Also take a look at the HTML files in the examples to see how Transcrypt is used there.

from transcrypt.

niki-sp avatar niki-sp commented on May 18, 2024

Ok i can clone and install it. My suggestion is to support pip3 install for easier adoption.

from transcrypt.

JdeH avatar JdeH commented on May 18, 2024

I will. Just focused on the Alpha rightnow. But it's agreed that installation should as easy as possible.

from transcrypt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.