Skip to content

added missing header and travis/osx #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Closed

added missing header and travis/osx #48

wants to merge 10 commits into from

Conversation

iltommi
Copy link

@iltommi iltommi commented Jul 7, 2016

I've added a header file (src/gui/PythonQtScriptingConsole.h) in the install.

I also added a travis file as first attempt to continuous integration.
It's not that much because it just check the compilation on osx, but it works. Anwone willing to add other os might find it helpful.

here is a sample of the pytohnqt compilation for osx : https://travis-ci.org/iltommi/PythonQt

@jcfr
Copy link
Member

jcfr commented Jan 19, 2017

Thanks for resuming work on this 👍

@jcfr
Copy link
Member

jcfr commented Jan 19, 2017

As a side note, branch patched-07 has been updated to work against the latest version of Qt and PythonQt. When things are stable ... we will contribute patches in upstream PythonQt.

@iltommi
Copy link
Author

iltommi commented Jan 19, 2017

I've seen and I tried to get that and include in travis-ci, but unfortunately I have some problems with the linux build environment on travis which uses QT 5.2 and that version is really strange (the webkit is missing...)

@jcfr
Copy link
Member

jcfr commented Jan 25, 2018

@iltommi Thanks for the patches.

Based on the history of the branch, it looks like you need to support Qt5. If this is the case, I suggest you base your work on patched-8 branch.

If only need to support Qt4, rebasing your changes on top of patched-6 would be sensible.

Reading here provides info on which branch are the current ones: https://github.com/commontk/PythonQt

@iltommi
Copy link
Author

iltommi commented Jan 26, 2018

ok I'll jump to patched-8.

I will add an issue I just discovered :)

@iltommi iltommi closed this Jan 26, 2018
jcfr pushed a commit that referenced this pull request Aug 2, 2022
pip and some other Python modules use this attribute to check if they are running in an interactive console.

fixes #48

Co-authored-by: Fernando Perez-Garcia <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants