Skip to content

issues Search Results · repo:go-python/gopy language:Go

Filter by

230 results
 (124 ms)

230 results

ingo-python/gopy (press backspace or delete to remove)

See example: package packet func GoPacketToBytes(shieldID int, packet Packet) ([]byte, error) { // gopy bug buf := bytes.NewBuffer([]byte{}) w := protocol.NewWriter(buf, int32(shieldID)) packet.Marshal(w) ...
  • SuperScript-PRC
  • Opened 
    4 days ago
  • #381

I was wondering if this is an abandonware by now? From go 1.25 it is not possible to install due to this: https://github.com/golang/go/issues/74462 so gopy requires a bump for x/tools.
  • marek-elisity
  • 1
  • Opened 
    on Sep 9
  • #380

Hi, I am using Gopy and it works as expected on my Mac (using gopy pkg) I am building a wheel file using: python setup.py build python setup.py bdist_wheel When trying to share the wheel file and use ...
  • ronflomin
  • Opened 
    on Jul 27
  • #376

Trying to create a simple package produces the following error on macOS with a newer version of Clang installed: ❯ gopy pkg example.com/hello go build -v example.com/hello --- Processing package: ...
  • connorbrinton
  • 4
  • Opened 
    on Apr 30
  • #371

I say broken because according to the golang issue this was never intended to work and was merely working by accident: https://github.com/golang/go/issues/65050#issue-2074509727 here s a small reproduction ...
  • asottile
  • 4
  • Opened 
    on Apr 7
  • #370

Use the same example command from readme $ go mod init dummy.com/dum $ go get github.com/go-python/gopy/_examples/hi $ gopy build -output=out -vm=python3 github.com/go-python/gopy/_examples/hi then got ...
  • karma-sun
  • Opened 
    on Feb 15
  • #369

Hi, Thanks for the great tool! Description Trying to return a string from Python callback to Go - and getting SIGSEGV: python test.py fs.CallBack(22, cbfun)... in python cbfun: FieldI: 42 FieldS: ...
  • nickeygit
  • Opened 
    on Nov 25, 2024
  • #366

I installed gopy and wasn t sure which version I have. I was not sure what I use since release was not tagged in github - latest was 0.4.8, but latest tag is 0.4.10. Add support for: gopy version Generated ...
  • matejsp
  • Opened 
    on Nov 21, 2024
  • #365

It would be awesome to support free threaded extensions with gopy. Based on the support for python free threaded initialization should be created as: https://docs.python.org/3/howto/free-threading-extensions.html#freethreading-extensions-howto ...
  • matejsp
  • Opened 
    on Nov 21, 2024
  • #364

I m trying to build a package for a project which will be deployed to amd64/linux targets. An example of the command I m trying to run: GOOS=linux GOARCH=amd64 gopy pkg -dynamic-link=true --output=httpygo/__pkg/job ...
  • sammy-hughes
  • Opened 
    on Sep 24, 2024
  • #363
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub